Skip to content

JS: Fix invalid source kind in test#13380

Merged
asgerf merged 3 commits intogithub:mainfrom
asgerf:js/fix-sink-kind
Jun 14, 2023
Merged

JS: Fix invalid source kind in test#13380
asgerf merged 3 commits intogithub:mainfrom
asgerf:js/fix-sink-kind

Conversation

@asgerf
Copy link
Copy Markdown
Contributor

@asgerf asgerf commented Jun 6, 2023

A JS test used the source kind remote-flow but the correct source kind is remote. This PR changes it to remote and changes the data extension to be local to that test. Test-local extensions must have the same basename as their .ql file, so the old Test.ql has been split into one .ql file per data extension.

@asgerf asgerf requested a review from a team as a code owner June 6, 2023 11:40
@github-actions github-actions Bot added the JS label Jun 6, 2023
erik-krogh
erik-krogh previously approved these changes Jun 6, 2023
@asgerf
Copy link
Copy Markdown
Contributor Author

asgerf commented Jun 14, 2023

The first commit failed a lot of tests because the data extensions applied globally to the whole test suite. I've migrated the test to use test-local extensions instead (which weren't around when the test was initially written).

Copy link
Copy Markdown
Contributor

@yoff yoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@asgerf asgerf merged commit f737054 into github:main Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants